home *** CD-ROM | disk | FTP | other *** search
- on beginSprite me
- set the itemDelimiter to ","
- repeat with i = 1 to the number of lines in field "coord"
- set tx to value(item 1 of line i of field "coord")
- set ty to value(item 2 of line i of field "coord")
- set tz to value(item 3 of line i of field "coord")
- set that to 49 + i
- sendSprite(that, #plot, tx, ty, tz)
- end repeat
- end
-